home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2013 August / PC_Format_082013.iso / gry - planszowe / mahjong city / mahjong-city.exe / install_script.iss
Text File  |  2013-06-06  |  3KB  |  61 lines

  1. ∩╗┐;InnoSetupVersion=5.4.2 (Unicode)
  2.  
  3. [Setup]
  4. AppName={code:theGameName}
  5. AppVerName={code:theGameName}
  6. AppId={code:theGameName}
  7. AppPublisher=My Real Games Ltd
  8. AppPublisherURL=http://www.myrealgames.com/
  9. DefaultDirName={pf}\{code:theCompanyName}\{code:theGameName}
  10. DefaultGroupName={code:theCompanyName}\{code:theGameName}
  11. OutputBaseFilename=in
  12. Compression=lzma2
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\game.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  19. Source: "{app}\install.url"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  20. Source: "{app}\play.url"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  21. Source: "{app}\uninstall.url"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  22. Source: "{app}\website.url"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  23.  
  24. [Run]
  25. Filename: "{app}\redist\dotnetfx35setup.exe"; Parameters: "/q"; Description: "Install Microsoft .NET Framework 3.5 SP1 (required)"; MinVersion: 0.0,5.0; Flags: shellexec skipifdoesntexist 
  26. Filename: "{app}\redist\xnafx31_redist.msi"; Parameters: "/quiet"; Description: "Install the Microsoft XNA Framework (required)"; MinVersion: 0.0,5.0; Flags: shellexec skipifdoesntexist 
  27. Filename: "{app}\install.url"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; Flags: shellexec skipifdoesntexist hidewizard nowait
  28.  
  29. [UninstallRun]
  30. Filename: "{app}\uninstall.url"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; Flags: shellexec skipifdoesntexist hidewizard nowait
  31.  
  32. [Icons]
  33. Name: "{userdesktop}\{code:theGameName}"; Filename: "{app}\{code:theExecutableFile}"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; 
  34. Name: "{group}\Play {code:theGameName}"; Filename: "{app}\{code:theExecutableFile}"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; 
  35. Name: "{group}\Visit {code:theCompanyName}"; Filename: "{app}\website.url"; WorkingDir: "{app}"; IconFilename: "{app}\{code:theIconFilename}"; MinVersion: 0.0,5.0; 
  36. Name: "{group}\Uninstall {code:theGameName}"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; 
  37.  
  38. [InstallDelete]
  39. Type: filesandordirs; Name: "{app}\*.*"; 
  40. Type: filesandordirs; Name: "{group}\*.*"; 
  41.  
  42. [UninstallDelete]
  43. Type: filesandordirs; Name: "{app}\*.*"; 
  44. Type: filesandordirs; Name: "{group}\*.*"; 
  45.  
  46. [CustomMessages]
  47. default.NameAndVersion=%1 version %2
  48. default.AdditionalIcons=Additional icons:
  49. default.CreateDesktopIcon=Create a &desktop icon
  50. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  51. default.ProgramOnTheWeb=%1 on the Web
  52. default.UninstallProgram=Uninstall %1
  53. default.LaunchProgram=Launch %1
  54. default.AssocFileExtension=&Associate %1 with the %2 file extension
  55. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  56.  
  57. [Languages]
  58. ; These files are stubs
  59. ; To achieve better results after recompilation, use the real language files
  60. Name: "default"; MessagesFile: "embedded\default.isl"; 
  61.